home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / isolinux / text.cfg < prev    next >
Text File  |  2008-10-29  |  675b  |  20 lines

  1. default live
  2. label live
  3.   menu label ^Try Kubuntu without any change to your computer
  4.   kernel /casper/vmlinuz
  5.   append  file=/cdrom/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash --
  6. label live-install
  7.   menu label ^Install Kubuntu
  8.   kernel /casper/vmlinuz
  9.   append  file=/cdrom/preseed/kubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.gz quiet splash --
  10. label check
  11.   menu label ^Check CD for defects
  12.   kernel /casper/vmlinuz
  13.   append  boot=casper integrity-check initrd=/casper/initrd.gz quiet splash --
  14. label memtest
  15.   menu label Test ^memory
  16.   kernel /install/mt86plus
  17. label hd
  18.   menu label ^Boot from first hard disk
  19.   localboot 0x80
  20.